1. Stop Project Portal 3.4 production server and Project Portal 2015 server:
> ~/3.4/httpd/support/stop_kronodoc_web_server> ~/2015/httpd/support/stop_kronodoc_web_server2. Remove the 2015 projects directory> rm –rf ~/2015/Kronodoc/KRONO/projects3. Move the 3.4 projects directory to the 2015-structure, or create the required symbolic link.
Either:
> mv ~/3.4/Kronodoc/KRONO/projects ~/2015/Kronodoc/KRONO
Or:
> ln –sf <your 3.4 projects directory> ~/2015/Kronodoc/KRONO/projects
4. Dump the 3.4-database to the 2015-database. The 2015-database must be configured to have the character set AL32UTF8, see section Database migration.
See that no errors are reported. If any log statements are encountered that could not be converted, the script will state you where to see these. After you view them, you can decide whether or not to continue with the migration (Losing the invalid lines in the process).